PSP-PDA V1.1
by rob_psp at yahoo.com

This is a PDA program with a notepad, music player, image viewer, address book, calendar, 
calculator, and clock.

-------------------
New to PSP-PDA Version 1.1

Added: Alarm clock
Added: Fullscreen view has its own set of bookmarks
Added: Cell phone entry in Address Book
Added: Calculator has a new keyboard
Fixed: Calendar background bug
Fixed: Address book scroll bug

-------------------
New to PSP-PDA Version 1.0

Renamed: Since this is now far more than a notepad program, it has been renamed to PSP-PDA
Added: Calendar
Added: Calculator - a mathematical expression evaluator
Added: Bookmarks are auto-loaded and saved
Added: Music plays while viewing pictures, but scaling and rotation is disabled.
Added: MOD and XM support, TGA
Added: Keyboard Settings - select analog, digital, and 2-cursor keyboards
		Change cursor and button sensitivity
Added: Cursor can be moved in text fields with the pad.  Text fields can be selected with the pad.
Fixed: Toggle Bookmark crash

-------------------
New to Notepad Version 1.3

Added: Integrated PSPMediaCenter by John_K & adresd - Supports MP3, OGG, and AAC
Added: Rename Files and Directories
Added: Delete Files and empty Directories
Added: Scale and Rotate Images
Added: Scale to Screen Width and Height image settings
Added: Rotate 90 and 180 degrees image settings
Added: Address Book
Modified: One cursor keyboard input uses analog pad.  
	  Hot keys for space, enter, backspace, shift, and caps lock

-------------------
New to Version 1.2

Ported from Lua to C++

Fixed: Copy, Cut, and Paste crash
Added: Basic Image Viewer - opens JPG, PNG, GIF, and BMP
Added: Toggle Bookmark function
Added: One cursor keyboard input
Added: Increase and Decrease Font Size
Added: Change Backgound Color function
Added: Change Text Color function
Added: Auto-save keyboard, font size, background color, and text color
Removed: Set Bookmark function
Removed: AA Font setting
Removed: Black Background setting

-------------------
New to Version 1.1

Fixed: File open crash
Fixed: Edit Find crash
Added: Edit Replace function
Added: Black background View option

-------------------


How to use:
---------------------------
Analog and digital keyboard controls
---------------------------
The analog or digital pad moves the cursor.

The cross button inputs the value of the cursor.

The circle button inputs a Space.

The square button inputs Shift.

The triangle button inputs Caps Lock.

The left trigger inputs Backspace.

The right trigger inputs Enter.

---------------------------
2-finger keyboard controls:
---------------------------

The D-pad controls the green cursor.

The left trigger inputs the value of the green cursor.

The square, triangle, circle, and cross buttons controls the red cursor.

The right trigger inputs the value of the red cursor.

Press Select to cycle to Edit and Keyboard modes.

Press Start to bring up the File menu.

The left and right triggers page up and down the screen in Edit and
Full Screen modes


--------------------------
Edit Functions
--------------------------

To use the Copy, Cut, and Paste functions, first move the cursor the first
position.  Press Triangle to mark it.  Move the cursor to the second 
position.  Press Triangle to mark the second position.  Finally, you can
use the Edit functions.

---------------------------
Image Viewer controls
---------------------------

When viewing an image, use the left and right triggers to cycle through
the images in a directory.

Up and Down on the D-pad scales the image.

Right and Left on the D-pad rotates the image.

Press the Start button to bring up image settings.

Scaling and Rotation are disabled when music is playing.


---------------------------
Calculator
---------------------------

The calculator can handle complex mathematical expressions:

Ex: (1-sin(90)*4)*(5 + 32*cos(45))

It can also handle variables:

Ex: x = 25
	(5-x)*32

Answers are automatically assigned to the variable "a"

It supports cos, sin, tan, acos, asin, atan, cosh, sinh, tanh, exp, log, log10, sqrt, 
ceil, floor, atan2, pow, max, and min

e and pi are predefined.

You can select expressions in the history menu by moving the cursor 
up or down and pressing "enter"

Press the Start button for conversion formulas.

---------------------------
Calendar
---------------------------

The images in the calendar directory can be replaced with 480x272 JPEGs.  Keep the file names the same.

---------------------------
Clock
---------------------------

The alarm.mp3 can be replaced with any MP3.  Keep the file name the same.


----------------------------------
This is free software (GNU GPL), read COPYING for details.

